Agent Management
Agent Management
Create Agent
There are three ways to create an agent: Basic Orchestration, Advanced Orchestration, and Creation via Share Code.
For steps to create a new agent, refer to: How to use Agent?
Configure Agent
For steps to configure an agent, refer to: How to use Agent?
Skill Management
Built-in Skills
Built-in skills are functional modules pre-developed and integrated by the system, designed to provide users with fast and convenient automation services. These skills can be used directly in agent configuration without any additional development or configuration by the user.
Available Built-in Skills
-
News Query Tool
This skill allows users to query the latest news information. Users can quickly obtain news reports on specific topics or keywords through simple commands, helping them stay updated on current hot events and information trends. -
Web Page Reading
With this skill, users can specify a URL, and the system will automatically read the content of that web page. This feature is particularly suitable for users who need to extract information from web pages, such as obtaining data from news sites, blogs, or any public web page. -
Text-to-Image
This skill uses the DALL-E interface to generate images. Users can input descriptive text, and the system will generate corresponding images based on these descriptions. This skill is suitable for scenarios requiring visual content generation, such as design, artistic creation, and educational purposes. -
Internet Search
This skill allows users to perform internet searches and obtain information from the web. Users only need to enter search keywords, and the system will return relevant search results, helping users quickly find the information they need.
Advantages of Built-in Skills
- Convenience: Users can use these skills directly without additional development or configuration.
- Diversity: Covers a variety of functions such as news query, web content extraction, image generation, and internet search to meet different needs.
- Efficiency: Through integrated automation services, users can complete tasks and obtain information more efficiently.
Custom Skills
Custom skills refer to skills that users develop or configure themselves according to their specific needs and business scenarios. These skills can extend the agent's functionality, making it more tailored to users' personalized requirements.
Ways to Create Custom Skills
There are multiple ways to create custom skills, among which Python and API are two common methods. SERVICEME supports both methods:
-
Create Custom Skills Using Python
Python is a flexible and powerful programming language, suitable for scenarios requiring complex logic processing or data handling. With Python, users can create powerful custom skills that support highly customized operations and processing logic. -
Create Custom Skills Using API
Creating custom skills via API (Application Programming Interface) is a more direct and simple method. It is especially suitable for scenarios that require interaction with other services or systems. By calling existing APIs, users can quickly integrate external services and enhance the agent's capabilities.
Advantages of Custom Skills
- Flexibility: Users can customize skills according to their own needs, enhancing the agent's functionality.
- Adaptability: The two creation methods, Python and API, meet the needs of different users, from simple to complex scenarios.
- Scalability: Custom skills can be extended with more features through programming, making the system better suited to business processes and scenario requirements.